DevForce Help Reference
GetValue<T>(String) Method


Retrieves the value of the specified property on the associated Entity.
Syntax
'Declaration
 
Public Overloads Overridable Function GetValue(Of T)( _
   ByVal propertyName As String _
) As T
'Usage
 
Dim instance As EntityAspect
Dim propertyName As String
Dim value As T
 
value = instance.GetValue(Of T)(propertyName)
public virtual T GetValue<T>( 
   string propertyName
)

Parameters

propertyName

Type Parameters

T
Remarks
All getter interceptor actions are called when using this method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityAspect Class
EntityAspect Members
Overload List

Send Feedback